@charset 'utf-8';

/* CSS reset */

/* 重置 */

[hidefocus], summary {
    outline: 0;
}

q:before, q:after {
    content: none;
}

label, summary {
    cursor: default;
}

del, ins, u, s, a, a:hover {
    text-decoration: none;
}


a, a:hover {
    color: #333;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

a:hover {
    color: #303860;
}

a:focus {
    outline: none;
}

a {
    display: block;
}

p {
    line-height: 22px;
}

img, a {
    display: block;
}

img {
    max-width: 100%;
}

/* ===== clearfix ===== */

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*公用样式*/
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

.none {
    display: none;
}

.ov {
    overflow: hidden;
}


div, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu, a, span {
    -webkit-box-sizing: border-box; /* Safari */
    -moz-box-sizing: border-box; /* Firefox */
    box-sizing: border-box;
}




* {
    font-family: Roboto, PingFang SC, Source Han Sans SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-size: .22rem;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;

    /* inherit 继承 */
    font: inherit;
    vertical-align: baseline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    display: inline-block;
    text-decoration: none;
    outline: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del, ins {
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

img {
    display: block;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input {
    outline: none;
}

legend {
    color: #000;
}

*:link, *:visited, *:hover, *:active {
    -webkit-tap-highlight-color: transparent;
}

.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.none {
    display: none;
}

.block {
    display: block;
}

